Welcome![Sign In][Sign Up]
Location:
Search - matrix multiplication

Search list

[MPImatriccaculator

Description: 可对任意两个矩阵做加法、减法、乘法等运算;同时可对单个矩阵求转置矩阵、三角分解、奇异值分解等操作,功能强大。-Can make any two matrix addition, subtraction, multiplication and other operations at the same time, a single matrix transpose matrix, triangular decomposition, singular value decomposition, etc. operate and powerful.
Platform: | Size: 121856 | Author: yueyuezhaozhao | Hits:

[Data structsmatrix

Description: 适合数值计算中的大矩阵相乘的算法 两个矩阵相乘的源程序 标准的C语言编辑-Suitable for numerical computation of large matrix multiplication algorithm of two matrices of the standard C language source code editor
Platform: | Size: 1024 | Author: bs | Hits:

[AlgorithmMatrix

Description: 本程序能完成矩阵的输入、输出。具有相同行数和列数的矩阵间的加法、减法。符合矩阵乘法规则要求的矩阵间的乘法。方阵间的除法,方阵的求逆。矩阵的求转置矩阵等功能-This procedure to complete the matrix input and output. Have the same number of rows and rows of the matrix between the adder, subtraction. Comply with the requirements of the rules of matrix multiplication between matrix multiplication. Between square division, the inverse square. Matrix transpose matrix functions
Platform: | Size: 73728 | Author: kexing | Hits:

[Data structstest

Description: 算法设计与分析实验,Strassen矩阵乘法,java实现,输入矩阵阶数后由系统自动生成两个矩阵,然后用Strassen方法,和普通方法分别计算乘法结果-Experimental Design and Analysis of Algorithms, Strassen matrix multiplication, java realized, input matrix order automatically generated by the system after two matrices, and then use Strassen method, and the general method of multiplication results were calculated
Platform: | Size: 16384 | Author: ling | Hits:

[Windows DevelopMIMO_Equlaization

Description: MIMO系统的典型zf均衡器的算法C++实现。brief ZF Equalizer, i.e. Matrix inversion and multiplication block, i.e. the solution of a linear equation system.-Zf typical MIMO systems equalizer algorithm C to achieve. brief ZF Equalizer, ie Matrix inversion and multiplicationblock, ie the solution of a linear equation system.
Platform: | Size: 6144 | Author: 吴 昊 | Hits:

[Mathimatics-Numerical algorithmsMatrix_chain

Description: 动态规划算法实现矩阵相乘,c++源码可以参考-Dynamic programming matrix multiplication algorithm, c++ Source code can refer to
Platform: | Size: 11264 | Author: 王鹏程 | Hits:

[VHDL-FPGA-Verilogfpu

Description: 使用VHDL语言描述的单精度浮点处理器。源代码来自国外网站。可实现单精度浮点数的加减乘运算。-Described in VHDL language using single-precision floating-point processor. Web site source code from abroad. Can be achieved single precision floating point addition and subtraction, multiplication.
Platform: | Size: 16384 | Author: WeimuMa | Hits:

[Windows Developmatrix

Description: 运用mpi库编写的矩阵乘benchmark-Use mpi library prepared for Matrix Multiplication benchmark
Platform: | Size: 2048 | Author: 严林 | Hits:

[Data structsNo11

Description: 本章将首先介绍怎样在算法设计领域应用这一古老的策略,然后将利用这一策略解决如下问题:最小最大问题、矩阵乘法、残缺棋盘、排序、选择和一个计算几何问题——找出二维空间中距离最近的两个点。 -This chapter will first introduce how the field of algorithm design in the application of this ancient strategy, and then will use this strategy to solve the following problem: min max problem, matrix multiplication, incomplete chessboard, sort, select, and a computational geometry problems- to identify two-dimensional space in the nearest two points.
Platform: | Size: 40960 | Author: 张波 | Hits:

[Mathimatics-Numerical algorithmsMatrix

Description: 给出了对称矩阵相乘的算法,值得研究。。。。。 -Given symmetric matrix multiplication algorithm, is worth studying. . . . .
Platform: | Size: 365568 | Author: 王喜顺 | Hits:

[Data structsAL-Matrix

Description: 矩阵相乘,用来实现两个矩阵的相乘,按照矩阵相乘的定义做的-Matrices used to realize the two matrix multiplication, in accordance with the definition of matrices to do the
Platform: | Size: 1024 | Author: Eric Roy | Hits:

[Mathimatics-Numerical algorithmsMatrix

Description: 给定n个矩阵{A1,A2,…,An},其中Ai与Ai+1是可乘的,i=1,2,…,n-1。考察这n个矩阵的连乘积A1A2…An。由于矩阵乘法满足结合律,故计算矩阵的连乘积可以有许多不同的计算次序,这种计算次序可以用加括号的方式来确定。若一个矩阵连乘积的计算次序完全确定,则可以依此次序反复调用2个矩阵相乘的标准算法(有改进的方法,这里不考虑)计算出矩阵连乘积。若A是一个p×q矩阵,B是一个q×r矩阵,则计算其乘积C=AB的标准算法中,需要进行pqr次数乘。 -Given n matrices (A1, A2, ..., An), which Ai and Ai+ 1 is the multiplicative, i = 1,2, ..., n-1. Visit this link n-matrix product A1A2 ... An. As a result of matrix multiplication to meet the combination of law, it
Platform: | Size: 1024 | Author: 王旺 | Hits:

[Linux-Unixvec2d

Description: 1D/2D 向量计算封装,特别经过SSE优化,能够提供与Intel IPP速度接近的向量计算,支持矩阵转置、矩阵加减乘除。精度支持单/双精度设置,需要SSE2以上指令支持。 -1D/2D vector calculation package, especially after SSE optimized, can provide nearly the speed of Intel IPP and vector computing, support for matrix transpose, matrix multiplication and division addition and subtraction. Precision to support the single/double precision settings, the need for more than SSE2 instruction support.
Platform: | Size: 7168 | Author: Kaviten | Hits:

[Special Effectsmatrix

Description: 应用vc++编辑矩阵的各种运算,矩阵的加法,矩阵的乘法,矩阵的转置,求逆-Application vc++ Edit a variety of matrix operations, matrix addition, matrix multiplication, matrix transpose, inverse
Platform: | Size: 232448 | Author: zhaozhao | Hits:

[Windows DevelopMatrixChain

Description: 矩阵连乘的经典问题.给顶一系列的矩阵,要求它们的乘积.由于矩阵乘法满足结合律,因此不同的结合将导致不同的效率,本程序寻求一个最佳的矩阵结合,使之获得最高的运算效率-Matrix even by the classic problems. To the top of a series of matrices, their product requirements. As a result of matrix multiplication to meet the combination of law, it will lead to a different combination of different efficiency, the procedures to seek an optimal combination of matrix, and thus obtain the highest computing efficiency
Platform: | Size: 9216 | Author: Lotus Year | Hits:

[SCMasm51

Description: 51子程序库,浮点、定点、加法、减法、乘法、除法-51 subroutine library, floating point, fixed point, addition, subtraction, multiplication, division
Platform: | Size: 33792 | Author: 张燕 | Hits:

[MPICannon

Description: 本程序采用vc2005结合openmp实现了并行矩阵相乘的cannon算法-This procedure combines the use of vc2005 OpenMP parallel realization of the cannon matrix multiplication algorithm
Platform: | Size: 101376 | Author: 李若愚 | Hits:

[AlgorithmEigenvalue

Description: 用QR分解来求矩阵的全部特征值 包括:QR分解,矩阵转置,;矩阵求逆,矩阵相乘,最后迭代得出特征值-With QR decomposition to the full matrix eigenvalue include: QR decomposition, matrix transpose, matrix inversion, matrix multiplication, and finally reached eigenvalue iteration
Platform: | Size: 8192 | Author: zengming | Hits:

[MPImatrixMul

Description: 采用GPU通用计算API(CUDA)实现矩阵相乘。-The use of general-purpose GPU computing API (CUDA) to achieve the matrix multiplication.
Platform: | Size: 15360 | Author: lry | Hits:

[Windows DevelopMatrix

Description: 数学计算工具软件系统 设计软件实现下列功能: (1)矩阵乘法的运算 (2)对n个数据的排序 (3)方程的求解 (4)任意曲线的积分运算 -Mathematical tool for software system design software to achieve the following functions: (1) matrix multiplication operator (2) of the n data sorting (3) Equation (4) arbitrary curve integral operator
Platform: | Size: 3427328 | Author: 三四三 | Hits:
« 1 2 3 4 5 67 8 9 10 11 ... 50 »

CodeBus www.codebus.net